Objects Types and Constants Properties Methods Object Hierarchy Index

Path Property

Description:

Returns the complete path of the object, as a string, without including the final separator and name of the object.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_Path(lcid, &prop);

Visual Basic:
prop = object.Path()

/r/n

Parts:

lcid

long

[in][lcid]

The locale ID.

prop

BSTR

[out][retval]

The path.

Defined in:

Application

Drawing


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums